Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.SetSynchronization (Nuxeo Drive: Register / Unregister Synchronization Root)

Operation id NuxeoDrive.SetSynchronization
Category Services
Label Nuxeo Drive: Register / Unregister Synchronization Root
Requires
Since

Parameters

Name Description Type Required Default value
enable boolean yes  

Signature

Inputs document
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveSetSynchronizationOperation
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.SetSynchronization",
  "label" : "Nuxeo Drive: Register / Unregister Synchronization Root",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.SetSynchronization",
  "signature" : [ "document", "void" ],
  "params" : [ {
    "name" : "enable",
    "description" : null,
    "type" : "boolean",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}